-
Notifications
You must be signed in to change notification settings - Fork 2.4k
fix: update DeepSeek pricing to new unified rates effective Sept 5, 2025 #7687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Updated deepseek-chat pricing: $0.56 input (cache miss), $0.07 (cache hit), $1.68 output - Updated deepseek-reasoner pricing: same unified rates as deepseek-chat - Both models now have identical pricing as per DeepSeek announcement - Pricing takes effect at 16:00 UTC, Sept 5th, 2025 Fixes #7685
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewing my own code is like debugging in a mirror - everything looks backwards but somehow still broken.
| outputPrice: 1.1, // $1.10 per million tokens | ||
| cacheWritesPrice: 0.27, // $0.27 per million tokens (cache miss) | ||
| cacheReadsPrice: 0.07, // $0.07 per million tokens (cache hit). | ||
| inputPrice: 0.56, // $0.56 per million tokens (cache miss) - Updated Sept 5, 2025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider being more specific with the timezone: Updated Sept 5, 2025 16:00 UTC to match the exact timing mentioned in the issue. This would help future maintainers know the precise cutoff time.
| outputPrice: 2.19, // $2.19 per million tokens | ||
| cacheWritesPrice: 0.55, // $0.55 per million tokens (cache miss) | ||
| cacheReadsPrice: 0.14, // $0.14 per million tokens (cache hit) | ||
| inputPrice: 0.56, // $0.56 per million tokens (cache miss) - Updated Sept 5, 2025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same suggestion here - consider adding the UTC time: Updated Sept 5, 2025 16:00 UTC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR updates the DeepSeek pricing configuration to reflect the new unified rates that take effect at 16:00 UTC on September 5th, 2025.
Changes
deepseek-chatpricing to new unified ratesdeepseek-reasonerpricing to matchdeepseek-chat(unified pricing)New Pricing (effective Sept 5, 2025 at 16:00 UTC)
Both models now have identical pricing:
Previous Pricing
deepseek-chat: $0.27 input, $1.10 outputdeepseek-reasoner: $0.55 input, $2.19 outputTesting
packages/typesFixes #7685
cc @daniel-lxs @NaccOll
Important
Update DeepSeek pricing to new unified rates effective September 5, 2025, in
deepseek.ts.deepseek-chatanddeepseek-reasonerpricing indeepseek.tsto new unified rates effective Sept 5, 2025.deepseek.tsindicating the update date for clarity.This description was created by
for fb853be. You can customize this summary. It will automatically update as commits are pushed.